encoding/hex.dumper.buf (field)
22 uses
encoding/hex (current package)
hex.go#L249: buf [14]byte
hex.go#L274: h.buf[0] = byte(h.n >> 24)
hex.go#L275: h.buf[1] = byte(h.n >> 16)
hex.go#L276: h.buf[2] = byte(h.n >> 8)
hex.go#L277: h.buf[3] = byte(h.n)
hex.go#L278: Encode(h.buf[4:], h.buf[:4])
hex.go#L279: h.buf[12] = ' '
hex.go#L280: h.buf[13] = ' '
hex.go#L281: _, err = h.w.Write(h.buf[4:])
hex.go#L286: Encode(h.buf[:], data[i:i+1])
hex.go#L287: h.buf[2] = ' '
hex.go#L291: h.buf[3] = ' '
hex.go#L296: h.buf[3] = ' '
hex.go#L297: h.buf[4] = '|'
hex.go#L300: _, err = h.w.Write(h.buf[:l])
hex.go#L330: h.buf[0] = ' '
hex.go#L331: h.buf[1] = ' '
hex.go#L332: h.buf[2] = ' '
hex.go#L333: h.buf[3] = ' '
hex.go#L334: h.buf[4] = '|'
hex.go#L343: _, err = h.w.Write(h.buf[:l])
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |